-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try to run the latest versions of webid, crud and wac tests #1756
base: main
Are you sure you want to change the base?
Conversation
@bourgeoa it seems the behaviour of NSS has diverged from what the WAC tests prescribe. I know there was a discussion about this in the matrix chat but didn't follow the whole conversation. What is the current status? Is there now still a difference in how we interpret the WAC spec, that causes this diversion? If so I'll tag the 5 failing tests as disputed. |
This is a real pain. I always :
The main environment difference is the node version :
I tried node 21 locally and tests passes.
Could it be due to : The message disappear if I add |
is the following discussion solid/web-access-control-spec#122 concluded that there was --> --> Following your request NSS is now passing all specification-tests.
I have been unable to run the specification tests on https://localhost:8443 |
For information but may not impact the actual test-suite. NSS has been updated to follow the spec on DELETE :
|
CI is now back running in NSS I patched in the solid-crud-tests to remove await in rdflib.parse parameters
to
CI is now back running in NSS |
@michielbdejong is this working for you now? Perhaps we can close this issue, if so. |
I got this passing:
(FIXME, intermittent in the WAC tests: 1 failed, 2 skipped, 88 passed, 91 total)
To do: